home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-in_the_mag-
/
basics
/
amos
/
intuiextend20b.lha
/
distribution
/
exemples
/
OpenWindow.asc
< prev
next >
Wrap
Text File
|
1980-03-04
|
842b
|
34 lines
'**************************************
' *
' IntuiExtend.Lib 2.0/@1995-98 *
' *
' by CIERP Philippe. *
' *
' from AMIGAzette 83 *
' *
'**************************************
'
' Command
' -Wb Wind Open
' -Wb Wind Base
' -Wb Wind Limit
' -Str Store
' -Str Free
' -Wb Wind Title
'
Amos To Back
'
Wb Wind Open 0 To 50,30,300,100,1+2+4+8
W=Wb Wind Base : R=Wb Wind Rastport(W)
A=Str Store("<- Cliqué le CloseGadget...")
B=Str Store("CIERP Philippe presente l'extention Intuition (Shareware) AMOS/AMOSPro")
Wb Wind Title W To A,B
Wb Wind Limit W To 50,50,500,200
'
While Get Msg(W)<>$200 : Wend
'
Wb Wind Close W
Str Free A
Str Free B
Amos To Front